PasswordRecord

Creates a new instance of PasswordRecord with the given parameters.

Since

8.0.0

Parameters

url

The URL of the site for which the password is saved.

password

The password used to log into the site.


fun PasswordRecord(url: String, login: String, password: String): PasswordRecord
fun PasswordRecord(url: String, login: String, password: String): PasswordRecord

Creates a new instance of PasswordRecord with the given parameters.

Since

8.0.0

Parameters

url

The URL of the site for which the password is saved.

login

The username or email address used to log into the site.

password

The password used to log into the site.